home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / dtype / txtdt392.lha / textdtpatch / textdtpatch.doc < prev    next >
Text File  |  1995-11-13  |  2KB  |  52 lines

  1. textdtpatch                                                        textdtpatch
  2.  
  3.     NAME
  4.         textdtpatch - patches the text.datatype to support search method
  5.  
  6.     VERSION
  7.         39.2
  8.  
  9.     TEMPLATE
  10.         none
  11.  
  12.     REQUIREMENT
  13.         reqtools.library V38, OS3.0 or higher
  14.  
  15.     FUNCTION
  16.         This program patches the text.datatype, so that the new one can
  17.         search for a string. Now it can search by four different ways :
  18.         1. case sensetive match like strncmp(). Button "Case".
  19.         2. case insensetive match like Strnicmp(). Button "NoCase".
  20.         3. case sensetive pattern using MatchPattern(). Button "Pattern".
  21.         4. case insensetive pattern  using MatchPatternNoCase().
  22.            Button "PatternNoCase".
  23.         The following key commands are supported :
  24.  
  25.         Return (STM_ACTIVATE_FIELD) - opens a reqtools requester to enter
  26.             the search string and searches for that if confirmed.
  27.  
  28.         Tab (STM_NEXT_FIELD) , '>' (STM_BROWSE_NEXT) searches for the next
  29.             occurrence of the string.
  30.  
  31.         Shift-Tab (STM_PREV_FIELD) , '<' (STM_BROWSE_PREV) searches for the
  32.             previous occurrence of the string.
  33.  
  34.     INSTALLATION
  35.         1. Copy textdtpatch to your c: or anywhere you like.
  36.         2. Add in your S:User-Startup following line:
  37.            run >nil: c:textdtpatch
  38.         3. To terminate textdtpatch send a break (Ctrl-C).
  39.  
  40.     SEE ALSO
  41.         text.datatype
  42.  
  43.     AUTHOR
  44.         Stefan Ruppert
  45.         Windthorststrasse 5
  46.         65439 Floersheim Main
  47.         GERMANY
  48.         EMail: ruppert@goofy.zdv.uni-mainz.de
  49.                i511@informatik.fh-wiesbaden.de
  50.         WWW:   http://www.uni-mainz.de/~ruppert/
  51.  
  52.